Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(linter): implement noUnknownTypeSelector rule #2871

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

Kazuhiro-Mimaki
Copy link
Contributor

Closes #2543

Summary

implements selector-type-no-unknown

Test Plan

Add snapshots.

@github-actions github-actions bot added A-Project Area: project L-CSS Language: CSS A-Diagnostic Area: diagnostocis labels May 15, 2024
@Kazuhiro-Mimaki Kazuhiro-Mimaki changed the title Kazuhiro mimaki/selector type no unknown feat(biome_css_analyzer): implement noUnknownTypeSelector May 15, 2024
@Kazuhiro-Mimaki Kazuhiro-Mimaki force-pushed the Kazuhiro-Mimaki/selector-type-no-unknown branch from e64097d to 1ab268f Compare May 15, 2024 12:58
Copy link

codspeed-hq bot commented May 15, 2024

CodSpeed Performance Report

Merging #2871 will improve performances by 6.73%

Comparing Kazuhiro-Mimaki:Kazuhiro-Mimaki/selector-type-no-unknown (8df3826) with main (48089ea)

Summary

⚡ 1 improvements
✅ 98 untouched benchmarks

Benchmarks breakdown

Benchmark main Kazuhiro-Mimaki:Kazuhiro-Mimaki/selector-type-no-unknown Change
react.production.min_3378072959512366797.js[cached] 2 ms 1.9 ms +6.73%

Copy link
Contributor

@togami2864 togami2864 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@ematipico
Copy link
Member

Hey @Kazuhiro-Mimaki, are you still interested in this PR?

@Kazuhiro-Mimaki
Copy link
Contributor Author

I'm sorry but I forgot this issue... 🙇‍♂️
I'm still interested in and I'll do tomorrow.

@Kazuhiro-Mimaki Kazuhiro-Mimaki force-pushed the Kazuhiro-Mimaki/selector-type-no-unknown branch from 3301c6f to 3ee3123 Compare June 12, 2024 14:03
@Kazuhiro-Mimaki Kazuhiro-Mimaki force-pushed the Kazuhiro-Mimaki/selector-type-no-unknown branch from aaac721 to 4deab92 Compare June 24, 2024 01:32
@Kazuhiro-Mimaki Kazuhiro-Mimaki force-pushed the Kazuhiro-Mimaki/selector-type-no-unknown branch from bb39f0a to 2cafdb8 Compare June 26, 2024 01:20
Copy link

@Mouvedia Mouvedia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Kazuhiro-Mimaki Kazuhiro-Mimaki force-pushed the Kazuhiro-Mimaki/selector-type-no-unknown branch from 2cafdb8 to 6bdea8b Compare July 4, 2024 13:52
@ematipico ematipico requested a review from Mouvedia July 4, 2024 15:38
@ematipico
Copy link
Member

Hi @Kazuhiro-Mimaki, I rebased your PR. Would you mind addressing the latest comments so we can merge them?

@Conaclos Conaclos changed the title feat(biome_css_analyzer): implement noUnknownTypeSelector feat(noUnknownTypeSelector): implement rule Sep 4, 2024
@ematipico ematipico changed the title feat(noUnknownTypeSelector): implement rule feat(linter): implement noUnknownTypeSelector rule Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Diagnostic Area: diagnostocis A-Project Area: project L-CSS Language: CSS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📎 Implement selector-type-no-unknown
4 participants